home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / hdparm / README.acoustic < prev    next >
Encoding:
Text File  |  2002-04-24  |  1.8 KB  |  55 lines

  1. Automatic Acoustic Management
  2. =============================
  3.  
  4. BIG BIG WARNING: THIS FEATURE IS EXPERIMENTAL AND NOT WELL TESTED. USE AT YOUR OWN RISK!!
  5. I HAVE ONLY TESTED IT WITH MY OWN HARDDRIVES AND HAD NO PROBLEMS USING IT. BUT AS I AM
  6. NO IDE EXPERT AND THIS IS ONLY BASED ON WHAT I HAVE READ IN THE KERNEL SOURCES I GIVE
  7. NO GUARANTEE FOR ANYTHING!!
  8.  
  9. Most modern harddisk drives have the ability to speed down the head movements
  10. to reduce their noise output. The possible values are between 0 and 254. 128
  11. is the most quiet (and therefore slowest) setting and 254 the fastest (and loudest).
  12. Some drives have only two levels (quiet / fast), while others may have different
  13. levels realized between 128 and 254.
  14.  
  15. To be able to use this with hdparm, you will need a current kernel with the -ac patches
  16. applied. Maybe the kernel of your favorite distribution will already include this (SuSE
  17. has it in their current kernel, for example).
  18. Just try to compile hdparm, type "hdparm" and have a look for "-M" in the output. If it 
  19. doesn't appear, your kernel most likely doesn't support it. 
  20.  
  21. You can get the acoustic setting by typing
  22.  
  23. hdparm -M /dev/hda 
  24.  
  25. To set the most quiet mode use
  26.  
  27. hdparm -M 128 /dev/hda
  28.  
  29. For the fastest setting use
  30.  
  31. hdparm -M 254 /dev/hda
  32.  
  33. Now test different values and try to hear the difference. :-) 
  34.  
  35. Not all disk drives support this setting - and the speed impacts may also vary between
  36. different manufacturers and models.  
  37.  
  38. If you see lines like
  39.  
  40. kernel: hdb: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error }
  41. kernel: hdb: task_no_data_intr: error=0x04 { DriveStatusError }
  42.  
  43. in your syslog, then your harddisk will most likely not support Acoustic Management.
  44.  
  45. Perhaps you also wanna have a look on the IBM Feature Tool, available at 
  46. http://www.storage.ibm.com/hdd/support/download.htm.
  47.  
  48. I would welcome any feedback to <gernot@hillier.de>
  49.  
  50.  
  51. Gernot
  52.  
  53.  
  54.  
  55.